/* Copyright (c) 1997-2009
   Ewgenij Gawrilow, Michael Joswig (Technische Universitaet Darmstadt, Germany)
   http://www.polymake.de

   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the
   Free Software Foundation; either version 2, or (at your option) any
   later version: http://www.gnu.org/licenses/gpl.txt.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
--------------------------------------------------------------------------------
   $Project: polymake $$Id: list 9298 2009-09-02 23:10:56Z gawrilow $
*/

#ifndef _POLYMAKE_COMMON_PERL_BINDINGS_list_H
#define _POLYMAKE_COMMON_PERL_BINDINGS_list_H

#include_next <list>
#include <polymake.h>

namespace polymake { namespace perl_bindings {
///==== Automatically generated contents follow.    Please do not delete this line. ====
   template <typename T, typename T0>
   pm::perl::SV4recognize<pm::identical<T, std::list<T0> >::value>* recognize(bait*, T*, std::list<T0>*)
   {
      return pm::perl::get_type<pm::list(T0)>("Polymake::common::List", pm::identical<T, std::list<T0> >());
   }

///==== Automatically generated contents end here.  Please do not delete this line. ====
} }

#endif // _POLYMAKE_COMMON_PERL_BINDINGS_list_H

// Local Variables:
// mode:C++
// c-basic-offset:3
// End:
